home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / oxcc1434.zip / DOC / OXCCB.TXT < prev    next >
Text File  |  1995-07-08  |  804b  |  23 lines

  1. OXCCB.DOC
  2.  
  3.     `oxccb' is a backend which converts .anf code to .byt code which
  4.     can be interpreted by `bterp'. It can be run standalone and is
  5.     also called by `oxcc' if the -Gb option is enabled.
  6.     Specifications for .anf files are in `oxanf.h' and `anf.doc'.
  7.     Specifications for .byt files are in `oxbytes.h'.    
  8.  
  9.     The format of a .byt file is a.out with a couple of extensions.
  10.     The programmer may store .byt files in a .cff archive.
  11.  
  12.  
  13. Usage: oxccb [-odsDL] [infile...]
  14.    -o outfile == name of output file
  15.    -dn == print debug output 1-4 to stdout
  16.    -D == only print debug output
  17.    -s == strip declarations and line numbers
  18.    -L == generate listing only (to .lst)
  19.    -? == print this message
  20.    Default input file is `code.anf'.
  21.    Default output file is specified by the input.
  22.  
  23.